net/http.http2serverConn.advMaxStreams (field)
7 uses
net/http (current package)
h2_bundle.go#L4398: advMaxStreams: conf.MaxConcurrentStreams,
h2_bundle.go#L4565: advMaxStreams uint32 // our SETTINGS_MAX_CONCURRENT_STREAMS advertised the client
h2_bundle.go#L4887: {http2SettingMaxConcurrentStreams, sc.advMaxStreams},
h2_bundle.go#L6020: if sc.curClientStreams+1 > sc.advMaxStreams {
h2_bundle.go#L6317: maxHandlers := sc.advMaxStreams
h2_bundle.go#L6323: if len(sc.unstartedHandlers) > int(4*sc.advMaxStreams) {
h2_bundle.go#L6339: maxHandlers := sc.advMaxStreams
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)